github.com/andybalholm/brotli.Reader.insert_copy_hgroup (field)
10 uses
github.com/andybalholm/brotli (current package)
decode.go#L1197: s.htree_command = []huffmanCode(s.insert_copy_hgroup.htrees[s.block_type_rb[3]])
decode.go#L2375: if !decoderHuffmanTreeGroupInit(s, &s.insert_copy_hgroup, numCommandSymbols, numCommandSymbols, s.num_block_types[1]) {
decode.go#L2398: hgroup = &s.insert_copy_hgroup
decode.go#L2413: s.htree_command = []huffmanCode(s.insert_copy_hgroup.htrees[0])
state.go#L118: insert_copy_hgroup huffmanTreeGroup
state.go#L217: s.insert_copy_hgroup.codes = nil
state.go#L218: s.insert_copy_hgroup.htrees = nil
state.go#L271: s.insert_copy_hgroup.codes = nil
state.go#L272: s.insert_copy_hgroup.htrees = nil
state.go#L282: s.insert_copy_hgroup.htrees = nil
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |